#AI learning program
Explore tagged Tumblr posts
tapp-ai · 3 months ago
Text
Tumblr media
Jobs you can get after completing Machine Learning and AI courses
AI and ML courses open doors to exciting career paths in various industries. Disscover the job oppurtunities after AI ML course.
Enroll Today! Follow the Link below ----! AI ML Online Learning Program
0 notes
prokopetz · 2 years ago
Note
I just watched a video where someone is using ChatGPT to generate comments on their code. Even as a layman I feel like I should be screaming at him, but on a scale from 1 to apocalypse, how bad is this?
Machine-generated comments could not possibly be more useless, nonsensical or maliciously misleading than most of the human-generated comments I've seen.
1K notes · View notes
cardi-c · 5 months ago
Text
I wonder if gen ai users think the process isn't fun? Like I can't draw that well and maybe an ai can generate "better" drawings than me but the act of drawing is the good part?? and getting better is awesome?? and you feel like you accomplished something? the i made this myself feeling?
Like for example I don't have to crochet something myself, i could just buy the things. but where's the fun in that?
37 notes · View notes
lepidjester · 2 years ago
Text
Tumblr media Tumblr media Tumblr media
i wasn’t super sold on royalteeth/kingleader/kingmaster until i discovered my partner kins kinger and i kin caine. therefore, i had to draw them being dumb gay old men
Tumblr media
they r holding handz <3
264 notes · View notes
Text
I think with AI we kinda lost the plot, why am I always being advertised for another shitty generative AI that does basic shit any person can do themselves. No I don’t want to us AI to make a shopping list. Idk I think we should relegate that stuff to like, machine learning to predict protein structures or identifying cancer cells and stuff like that please
12 notes · View notes
dvaurga · 3 months ago
Text
pinterest finally starting to tag photos as ai generated THANK FUCK i hate being on this app and getting bamboozled by these yassified tig ol bitties porny women
11 notes · View notes
torchiiko · 3 months ago
Text
anyone by chance know any videos on enemy ai in games, stuff like good ai vs bad ai & ideally scary ones in horror games? all im finding are Lists (i want Videos that can go into more depth abt how it works) & i fear if i type ai in youtube ill just get garbage. i wanna know how the code Thinks but i want it explained to me as an outsider & not someone actually trying to code smth
8 notes · View notes
crow-musings · 4 months ago
Text
I desprately need someone to talk to about this
I've been working on a system to allow a genetic algorithm to create DNA code which can create self-organising organisms. Someone I know has created a very effective genetic algorithm which blows NEAT out of the water in my opinion. So, this algorithm is very good at using food values to determine which organisms to breed, how to breed them, and the multitude of different biologically inspired mutation mechanisms which allow for things like meta genes and meta-meta genes, and a whole other slew of things. I am building a translation system, basically a compiler on top of it, and designing an instruction set and genetic repair mechanisms to allow it to convert ANY hexadecimal string into a valid, operable program. I'm doing this by having an organism with, so far, 5 planned chromosomes. The first and second chromosome are the INITIAL STATE of a neural network. The number and configuration of input nodes, the number and configuration of output nodes, whatever code it needs for a fitness function, and the configuration and weights of the layers. This neural network is not used at all in the fitness evaluation of the organism, but purely something the organism itself can manage, train, and utilize how it sees fit.
The third is the complete code of the program which runs the organism. Its basically a list of ASM opcodes and arguments written in hexadecimal. It is comprised of codons which represent the different hexadecimal characters, as well as a start and stop codon. This program will be compiled into executable machine code using LLVM IR and a custom instruction set I've designed for the organisms to give them a turing complete programming language and some helper functions to make certain processes simpler to evolve. This includes messages between the organisms, reproduction methods, and all the methods necessary for the organisms to develop sight, hearing, and recieve various other inputs, and also to output audio, video, and various outputs like mouse, keyboard, or a gamepad output. The fourth is a blank slate, which the organism can evolve whatever data it wants. The first half will be the complete contents of the organisms ROM after the important information, and the second half will be the initial state of the organisms memory. This will likely be stored as base 64 of its hash and unfolded into binary on compilation.
The 5th chromosome is one I just came up with and I am very excited about, it will be a translation dictionary. It will be 512 individual codons exactly, with each codon pair being mapped between 00 and FF hex. When evaulating the hex of the other chromosomes, this dictionary will be used to determine the equivalent instruction of any given hex pair. When evolving, each hex pair in the 5th organism will be guaranteed to be a valid opcode in the instruction set by using modulus to constrain each pair to the 55 instructions currently available. This will allow an organism to evolve its own instruction distribution, and try to prevent random instructions which might be harmful or inneficient from springing up as often, and instead more often select for efficient or safer instructions.
8 notes · View notes
lookslikebloodprobablywine · 7 months ago
Text
they're shaking hands honest
(ai/machine learning generated animations)
14 notes · View notes
d0nutzgg · 2 years ago
Text
Tumblr media
This is part of a new project I am doing for a Facebook app that can alert someone when there is suspicious activity on their account, and block people who post rude comments and hate speech using a BERT model I am training on a dataset of hate speech. It automatically blocks people who are really rude / mean and keeps your feed clean of spam. I am developing it right now for work and for @emoryvalentine14 to test out and maybe in the future I will make it public.
I love NLP :D Also I plan to host this server probably on Heroku or something after it is done.
74 notes · View notes
learn-ai-free · 3 hours ago
Text
OpenAI Releases Codex: A Software Agent that Operates in the Cloud and Can Do Many Tasks in Parallel
OpenAI has released a research preview of Codex, a cloud-based software engineering agent that's not just another code completion tool. Codex is a cloud-based software-engineering agent that turns on isolated sandboxes, pulls your repo, and chips away at features, bug fixes, test suites, and even pull-request boilerplates—often in parallel.
What is OpenAI Codex? 📌
→ Cloud-based software engineering agent
→ Can write features, answer codebase questions, run tests, and propose Pull Requests for review
→ Each task runs in its own isolated cloud environment
→ Provides detailed terminal logs, test outputs, and citations
→ Users can create AGENTS.MD files in their repository to instruct Codex on project-specific commands, testing procedures, and coding standards
→ Powered by codex-1
How to use Codex: 📌
→ Users can access Codex through the ChatGPT sidebar
→ Assign coding tasks by typing a prompt
→ Each request is handled independently
→ Codex can read and edit files and run commands like test suites, linters, and type checkers
→ Task completion generally takes between one and thirty minutes
Once done, Codex runs its changes within its sandboxed environment, which users can then review, ask for more changes, open a GitHub PR, or pull the changes into their local setup.
↗️ Full Read: https://aiagent.marktechpost.com/post/openai-releases-codex-a-software-agent-that-operates-in-the-cloud-and-can-do-many-tasks-in-parallel
Codex: Availability 📌
Codex is currently rolling out to ChatGPT Pro, Enterprise, and Team users, with access for Plus and Edu users planned to come soon.
Tumblr media
2 notes · View notes
otterandterrier · 3 days ago
Text
every time I log into instagram I'm tempted to uninstall instagram so I can stop seeing the AI takeover
2 notes · View notes
soapstore · 9 months ago
Text
why is everything called AI now. boy thats an algorithm
8 notes · View notes
zarafey · 17 days ago
Text
Truly not allowed to have fun at my university anymore bc every group project is just done by ai now so why am I even here
2 notes · View notes
beigetiger · 4 months ago
Text
I love scrolling through my old procreate art because wow, I used to suck. But also WOW, I suck less now. And most wowable of all, I’ll continue to improve in the future!
5 notes · View notes
mysocial8onetech · 9 months ago
Text
Learn how Mistral-NeMo-Minitron 8B, a collaboration between NVIDIA and Mistral AI, is revolutionizing Large Language Models (LLMs). This Open-Source model uses advanced pruning & distillation techniques to achieve top accuracy on 9 benchmarks while being highly efficient.
5 notes · View notes